23. Merging Coins into Master

Merging Coins into Master

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

If a branch is deleted and leaves some commits unreachable from existing branches, those commits will continue to be accessible by commit id, until Git’s garbage collection runs. This will happen automatically from time to time, unless you actively turn it off. You can also run this process manually with git gc.